home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / romize.zip / TC_UTIL.ZIP / ROMIT.BAT < prev    next >
DOS Batch File  |  1989-09-14  |  191b  |  8 lines

  1. ECHO COMPILING %1.C TO %1.ASM
  2. C:\TC\TCC  -mc -S -O -Z -a %1
  3. ROMIZE %1.asm %1R.asm
  4. C:\TC\TASM /mx/T/n %1R,,%1R
  5. C:\TC\TLINK /c /m C0ROMX %1R,%1R,%1R
  6. c:\dos\exe2bin %1R
  7. myinsjmp %1R.bin
  8.